#home_service{
  width: 1190px;
  height: 684px;
  margin: 10px auto 20px;
  position: relative;
  padding-top: 56px;
}
#home_service .tit h2{
  text-align: center;
  font-size: 36px;
  font-family: MicrosoftYaHei-Bold,MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 47px;
}
#home_service .lawlist{
  width:248px;
  height:510px;
  padding-top: 30px;
  background:rgba(255,255,255,1);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
  float: left;
  margin-left: 20px;
  margin-top: 36px;
}
#home_service .lawlistlist>img{
   width: 70px;
   height: 70px;
   margin: 0 auto;
}
#home_service .lawlistlist>p{
   color: #333333;
   font-size: 22px;
   text-align: center;
   margin: 10px 0;
}
#home_service .lawlist>ul{
  width: 100%;
  height: 368px;
  text-align: center;
  color: #666;
  
}
#home_service .lawlist>ul li a{
  width: 100%;
  font-size:16px;
  font-family:MicrosoftYaHei;
  color:#666;
  line-height:46px;
}
#home_service .lawlist>ul li a:hover{
   color: #0B367A;
}
#home_service .lawlist .lawlistone li a{
  line-height: 40px;
}
#home_service .lawlist .lawlistone {
  margin-top: 14px;
}

/* 下单弹窗 */
.law_atonce{
   width: 787px;
   height: 540px;
   background: rgba(255,255,255,1);
   box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
   position: absolute;
   top: -30px;
   left: 0;
   z-index: 9999;
   display: none;
}

.law_atoncetwo{
  left: -270px;
}

.law_atoncethree{
  left: -540px;
}

.law_atonce .law_attit{
  width: 787px;
  height: 149px;
  background: url("/img/pchome/bg6.png") no-repeat;
  padding-top: -10px;
}

.law_atonce .law_attit p{
   font-size: 22px;
   color: #333;
   text-align: center;
   line-height: 120px;
}
.law_atonce .law_attit p::before{
  content: "";
  display: inline-block;
  position: relative;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  background: url(/img/pchome/lawlist1.png) center no-repeat;
  background-size: 50px 50px;
}

.law_atoncetwo .law_attit p::before{
  background: url(/img/pchome/lawlist2.png) center no-repeat;
  background-size: 50px 50px;
}
.law_atoncethree .law_attit p::before{
  background: url(/img/pchome/lawlist3.png) center no-repeat;
  background-size: 50px 50px;
}




.law_atonce>ul{
     width: 750px;
     float: left;
     margin-left: 30px;
}
.law_atonce>ul li{
   float: left;
   width: 240px;
   height: 115px;
   margin-bottom: 11px;
}
.law_atonce>ul li .law_li_tit{
  font-size:18px;
  font-family:MicrosoftYaHei;
  color:rgba(51,51,51,1);
  line-height:40px;
  color: #333;
}
.law_atonce>ul li .law_li_con{
  color: #999;
  font-size:14px;
  font-family:MicrosoftYaHei;
  color:rgba(153,153,153,1);
  line-height:19px;
}
/* .law_atonce>ul li div{
  width:110px;
  height:32px;
  background:rgba(255,255,255,1);
  border-radius:16px;
  border:1px solid rgba(254,132,29,1);
  text-align: center;
  line-height: 32px;
  margin-top: 15px;
} */

.law_atonce>ul li div a{
  display: block;
  width:110px;
  height:32px;
  background:rgba(255,255,255,1);
  border-radius:16px;
  border:1px solid rgba(254,132,29,1);
  text-align: center;
  line-height: 32px;
  margin-top: 15px;
  color: #FE841D;
}
.law_atonce>ul li div a:hover{
  color: #fff;
  background-color: #FE841D;
}
  
.lawlistlist:hover .law_atonce{
  display: block;
}



#home_service .lawlist:nth-child(2){
  margin-left: 0;
}